<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs"
Inherits="WebApplication13.WebForm2" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<style type="text/css">
.auto-style1 {
position: absolute;
top: 22px;
left: 466px;
z-index: 1;
}
.auto-style2 {
width: 246px;
height: 191px;
position: absolute;
top: 144px;
left: 437px;
z-index: 1;
}
</style>
</head>
<body>
<form id="form1" runat="server">
<div>
</div>
<asp:Label ID="Label1" runat="server" CssClass="auto-style1" Text="TREE
VIEW CONTROLS"></asp:Label>
<asp:TreeView ID="TreeView1" runat="server" CssClass="auto-style2"
DataSourceID="SiteMapDataSource2" ImageSet="BulletedList"
ShowExpandCollapse="False" ShowLines="True">
<HoverNodeStyle Font-Underline="True" ForeColor="#5555DD" />
<NodeStyle Font-Names="Tahoma" Font-Size="10pt" ForeColor="Black"
HorizontalPadding="5px" NodeSpacing="0px" VerticalPadding="0px" />
<ParentNodeStyle Font-Bold="False" />
<SelectedNodeStyle Font-Underline="True" ForeColor="#5555DD"
HorizontalPadding="0px" VerticalPadding="0px" />
</asp:TreeView>
<asp:SiteMapDataSource ID="SiteMapDataSource2" runat="server" />
</form>
</body>
</html>